IMContextSimple/IMContextIME: Fix AltGr not working on Win32
authorPhilip Zander <philip.zander@gmail.com>
Thu, 13 Jan 2022 12:43:23 +0000 (13:43 +0100)
committerPhilip Zander <philip.zander@gmail.com>
Thu, 13 Jan 2022 16:26:59 +0000 (17:26 +0100)
commitb9bc7d9166e6551b2b9ddf4e4b3bbbe2636fadba
treeabe8871cc2aae162c7b6c3cf287c6c943fa1a122
parente4b05e55e18036f9eec417b9ab3c170567908c45
IMContextSimple/IMContextIME: Fix AltGr not working on Win32

The old code assumed that any key press containing Ctrl or Alt cannot be
regular text input. This is not correct on Win32 as AltGr = Ctrl + Alt.
gdk/win32/gdkevents-win32.c
gtk/gtkimcontextime.c
gtk/gtkimcontextsimple.c